Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 160,031 for

document formatting

(0.25 sec)
  1. Convert PDF to EXCEL in Android Apps | products...

    Render PDF to EXCEL in Android Apps API without using Microsoft Excel or Adobe Reader...EXCEL Open PDF file using Document class Convert PDF to XLSX...XLSX document by using Workbook class Save the document to CSV...

    products.aspose.com/total/android-java/conversi...
  2. Paragraph.listFormat property | Aspose.Words fo...

    Paragraph.listFormat property. Provides access to the list Formatting properties of the paragraph....Provides access to the list formatting properties of the paragraph...output all paragraphs in a document that are list items. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::Watermark::Remove method | Aspos...

    Aspose::Words::Watermark::Remove method. Removes the watermark in C++....MakeObject < Aspose :: Words :: Document > (); // Add a plain text...we wish to edit the text formatting using it as a watermark,...

    reference.aspose.com/words/cpp/aspose.words/wat...
  4. Manage Shape Text Options with C++|Documentation

    Learn how to manage shape text options programmatically using Aspose.Cells for C++....alignment, orientation, and formatting using Aspose.Cells for C++...alignment, orientation, and formatting. Setting Text Alignment You...

    docs.aspose.com/cells/cpp/managing-shape-text-o...
  5. OdtSaveOptions.measure_unit property | Aspose.W...

    OdtSaveOptions.measure_unit property. Allows to specify units of measure to apply to Document content...units of measure to apply to document content. The default value...measurable formatting and content properties in documents whereas...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Loading::LoadOptions::get_MswVer...

    Aspose::Words::Loading::LoadOptions::get_MswVersion method. Allows to specify that the Document loading process should match a specific MS Word version. Default value is Word2019 in C++....Allows to specify that the document loading process should match...Microsoft Word version during document loading. // By default, Aspose...

    reference.aspose.com/words/cpp/aspose.words.loa...
  7. Convert Word to JSON using Python or with free ...

    Word to JSON conversion in your Python applications without using Microsoft Word or JSON or online. Test free Word to JSON online converter quickly before integrating the code....conversion of Word files to JSON format. The API offers two steps for...the desired Microsoft JSON format using Aspose.Cells for Python...

    products.aspose.com/total/python-net/conversion...
  8. Aspose::Words::Drawing::Charts::ChartSeries::ge...

    Aspose::Words::Drawing::Charts::ChartSeries::get_Marker method. Specifies a data marker. Marker is automatically created when requested in C++....Examples Show how to set marker formatting. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Aspose::Words::Drawing::Fill::PresetTextured me...

    Aspose::Words::Drawing::Fill::PresetTextured method. Sets the fill to a preset texture in C++....Examples Show how to set marker formatting. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Aspose convert docx to md,Table Content Convers...

    I convert docx to markdown.There is a table content in the docx, not an image. But after converting to markdown, the table content becomes an image. code: Document = aw.Document(file_path) for page in range(0, docu…... code: document = aw.Document(file_path) for page...range(0, document.page_count): extractedPage = document.extract_pages(page...

    forum.aspose.com/t/aspose-convert-docx-to-md-ta...